-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mid-fall Nix and CI cleaning #380
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't we build this using Nix anymore in CI? That is the main way I deploy refraction
02f5ee8
to
50dde10
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
The main package has been added to |
I don't quite understand the usefulness of building on all three platforms supported by GH Actions, though. Seems quite wasteful for next to no gain. |
I'm not a big fan of it either, but i've caught myself accidentally adding os-specific stuff from time to time (looking at you tokio). I don't know how else we can continuously make sure contributors are able to build locally otherwise The only real option I see is dropping the regular rust linux build and just using Nix instead? |
this should speed up evaluation a bit by caching all the things
1d1e122
to
7d954b7
Compare
nixpkgs works well enough and gives us a good buffer in dealing with compiler regressions
they are *technically* case sensitive
Only Linux and Windows are built now, as there shouldn't be anything Linux specific here, only Unix. We don't really need to worry about it in the Nix package either |
I nitpicked my own Nix
Call it nixpicking
We've also had Docker images failing to build a while because of rust-overlay being bumped to 1.80.0 and one of our deps not working for it yet it seems :/FIXED!We should change the required checks to the Clippy scan, "CI Release Gate", and "Docker Release" in the repo as to avoid things breaking again